projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d987aa4
)
* net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
author
Michael Albinus
<michael.albinus@gmx.de>
Sat, 25 Jul 2009 08:31:09 +0000
(08:31 +0000)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sat, 25 Jul 2009 08:31:09 +0000
(08:31 +0000)
instead of "IsNSSSupportAvailable". Avahi ought to work also when
"IsNSSSupportAvailable" method is not available. Reported by
Steve Youngs <steve@sxemacs.org>.
lisp/net/zeroconf.el
patch
|
blob
|
history
diff --git
a/lisp/net/zeroconf.el
b/lisp/net/zeroconf.el
index 972ff88bb690623aef7042ce3abe73e5718d58c3..e6339776a65c4cbaaed1f07f8b88418a0161dab5 100644
(file)
--- a/
lisp/net/zeroconf.el
+++ b/
lisp/net/zeroconf.el
@@
-482,7
+482,7
@@
DOMAIN is nil, the local domain is used."
(dbus-ping :system zeroconf-service-avahi)
(dbus-call-method
:system zeroconf-service-avahi zeroconf-path-avahi
- zeroconf-interface-avahi-server "
IsNSSSupportAvailable
"))
+ zeroconf-interface-avahi-server "
GetVersionString
"))
;; Reset all stored values.
(setq zeroconf-path-avahi-service-type-browser nil